Contribution org.nuxeo.apidoc.uiContrib--types
In component org.nuxeo.apidoc.uiContrib
org.nuxeo.apidoc.uiContrib
inside nuxeo-apidoc-repo-9.10.jar /OSGI-INF/ui-contrib.xml
This contribution is part of XML component Extension Point
Extension point types of component TypeService.Contributed Items
XML Source
<extension point="types" target="org.nuxeo.ecm.platform.types.TypeService">
<type id="NXDistribution">
<label>Nuxeo EP Distribution</label>
<icon>/icons/file.gif</icon>
<bigIcon>/icons/file_100.png</bigIcon>
<default-view>view_documents</default-view>
<category>Nuxeo EP</category>
<layouts mode="any">
<layout>heading</layout>
<layout>distribution</layout>
</layouts>
<contentViews category="content">
<contentView>document_content</contentView>
</contentViews>
<contentViews category="trash_content">
<contentView showInExportView="false">
document_trash_content
</contentView>
</contentViews>
</type>
<type id="NXBundleGroup">
<label>Nuxeo EP Bundle Group</label>
<icon>/icons/file.gif</icon>
<bigIcon>/icons/file_100.png</bigIcon>
<default-view>view_documents</default-view>
<category>Nuxeo EP</category>
<layouts mode="any">
<layout>heading</layout>
<layout>bundleGroup</layout>
</layouts>
<contentViews category="content">
<contentView>document_content</contentView>
</contentViews>
<contentViews category="trash_content">
<contentView showInExportView="false">
document_trash_content
</contentView>
</contentViews>
</type>
<type id="NXBundle">
<label>Nuxeo EP Bundle</label>
<icon>/icons/file.gif</icon>
<bigIcon>/icons/file_100.png</bigIcon>
<default-view>view_documents</default-view>
<category>Nuxeo EP</category>
<layouts mode="any">
<layout>heading</layout>
<layout>bundle</layout>
</layouts>
<contentViews category="content">
<contentView>document_content</contentView>
</contentViews>
<contentViews category="trash_content">
<contentView showInExportView="false">
document_trash_content
</contentView>
</contentViews>
</type>
<type id="NXComponent">
<label>Nuxeo EP Component</label>
<icon>/icons/file.gif</icon>
<bigIcon>/icons/file_100.png</bigIcon>
<default-view>view_documents</default-view>
<category>Nuxeo EP</category>
<layouts mode="any">
<layout>heading</layout>
<layout>component</layout>
</layouts>
<contentViews category="content">
<contentView>document_content</contentView>
</contentViews>
<contentViews category="trash_content">
<contentView showInExportView="false">
document_trash_content
</contentView>
</contentViews>
</type>
<type id="NXService">
<label>Nuxeo EP Service</label>
<icon>/icons/file.gif</icon>
<bigIcon>/icons/file_100.png</bigIcon>
<default-view>view_documents</default-view>
<category>Nuxeo EP</category>
<layouts mode="any">
<layout>heading</layout>
<layout>service</layout>
</layouts>
</type>
<type id="NXSeamComponent">
<label>Nuxeo EP Seam Component</label>
<icon>/icons/file.gif</icon>
<bigIcon>/icons/file_100.png</bigIcon>
<default-view>view_documents</default-view>
<category>Nuxeo EP</category>
<layouts mode="any">
<layout>heading</layout>
<layout>seam</layout>
</layouts>
</type>
<type id="NXExtensionPoint">
<label>Nuxeo EP Extension Point</label>
<icon>/icons/file.gif</icon>
<bigIcon>/icons/file_100.png</bigIcon>
<default-view>view_documents</default-view>
<category>Nuxeo EP</category>
<layouts mode="any">
<layout>heading</layout>
<layout>extensionpoint</layout>
</layouts>
<contentViews category="content">
<contentView>document_content</contentView>
</contentViews>
<contentViews category="trash_content">
<contentView showInExportView="false">
document_trash_content
</contentView>
</contentViews>
</type>
<type id="NXContribution">
<label>Nuxeo EP Contribution</label>
<icon>/icons/file.gif</icon>
<bigIcon>/icons/file_100.png</bigIcon>
<default-view>view_documents</default-view>
<category>Nuxeo EP</category>
<layouts mode="any">
<layout>heading</layout>
<layout>contribution</layout>
</layouts>
</type>
<type id="NXOperation">
<label>Nuxeo EP Operation</label>
<icon>/icons/file.gif</icon>
<bigIcon>/icons/file_100.png</bigIcon>
<default-view>view_documents</default-view>
<category>Nuxeo EP</category>
<layouts mode="any">
<layout>heading</layout>
<layout>operation</layout>
</layouts>
</type>
<type id="NXDocumentation">
<label>Nuxeo EP Documentation</label>
<icon>/icons/file.gif</icon>
<bigIcon>/icons/file_100.png</bigIcon>
<default-view>view_documents</default-view>
<category>Nuxeo EP</category>
<layouts mode="any">
<layout>heading</layout>
<layout>documentation</layout>
</layouts>
</type>
</extension>